home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWCommon / FWCommon.h next >
Encoding:
Text File  |  1996-09-17  |  857 b   |  54 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWCommon.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWCOMMON_H
  11. #define FWCOMMON_H
  12.  
  13. #ifndef FWENVDEF_H
  14. #include "FWEnvDef.h"
  15. #endif
  16.  
  17. #ifndef FWERRORS_H
  18. #include "FWErrors.h"
  19. #endif
  20.  
  21. #ifndef FWPRIMEM_H
  22. #include "FWPriMem.h"
  23. #endif
  24.  
  25. #ifndef FWPRISTR_H
  26. #include "FWPriStr.h"
  27. #endif
  28.  
  29. #ifndef FWSTDDEF_H
  30. #include "FWStdDef.h"
  31. #endif
  32.  
  33. #ifndef SLPRIDEB_H
  34. #include "SLPriDeb.h"
  35. #endif
  36.  
  37. #ifndef SLPRIDEB_H
  38. #include "SLPriDeb.h"
  39. #endif
  40.  
  41. #ifndef SLPRIMEM_H
  42. #include "SLPriMem.h"
  43. #endif
  44.  
  45. #ifndef SLPRISTR_H
  46. #include "SLPriStr.h"
  47. #endif
  48.  
  49. #ifndef FWTDSTRY_H
  50. #include "FWTDstry.h"
  51. #endif
  52.  
  53. #endif
  54.